type net.portLookupResult

4 uses

	net (current package)
		cgo_unix.go#L42: type portLookupResult struct {
		cgo_unix.go#L89: 	result := make(chan portLookupResult, 1)
		cgo_unix.go#L140: func cgoPortLookup(result chan<- portLookupResult, hints * /*line :137:59*/_Ctype_struct_addrinfo /*line :137:76*/, network, service string) {
		cgo_unix.go#L142: 	result <- portLookupResult{port, err}